home *** CD-ROM | disk | FTP | other *** search
/ PC PLAY 8 (Swedish) / PC PLAY 8.iso / play / intro.dxr / 00002_GoInterface.ls < prev    next >
Encoding:
Text File  |  1997-10-22  |  102 b   |  7 lines

  1. on exitFrame
  2.   global gMovieList
  3.   if objectp(gMovieList) then
  4.     GoForward(gMovieList)
  5.   end if
  6. end
  7.